home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETDAV.IN_ / netdav.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  4.7 KB  |  140 lines

  1. ;---[ NetDav.inf ]------------------------------------------------------------
  2. ;
  3. ; WebDav Client Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6. ;
  7.  
  8. [Version]
  9. Signature   = "$Windows NT$"
  10. Class       = NetClient
  11. ClassGUID   = {4d36e973-e325-11ce-bfc1-08002be10318}
  12. Provider    = %Msft%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/01/2002,5.2.3790.0
  15.  
  16. [Manufacturer]
  17. %Msft% = MSFT
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect=MS_WebClient
  21.  
  22. [MSFT]
  23. %WebClient.DisplayName% = WebClient, MS_WebClient
  24.  
  25. ;
  26. ; Install Sections
  27. ;
  28. [WebClient]
  29. Characteristics = 0x8
  30. AddReg = WebClient.Reg
  31.  
  32. [WebClient.Reg]
  33. HKR, Ndi, Service, 0, "WebClient"
  34. HKR, Ndi, CoServices, 0x10000, "WebClient", "MRxDAV"
  35. HKR, Ndi, HelpText, 0, "%WebClient.HelpText%"
  36. HKR, Ndi, ExcludeSetupStartServices, 0x10000, "MRxDAV"
  37. HKR, Ndi\Interfaces, UpperRange, 0, "noupper"
  38. HKR, Ndi\Interfaces, LowerRange, 0, "nolower"
  39.  
  40. [WebClient.NetworkProvider]
  41. DeviceName = WebDavRedirector
  42.  
  43. [WebClient.Services]
  44. AddService = WebClient, 0x10, WebClient.AddService, WebClient.EventLog, Application
  45. AddService = MRxDAV, 0, MRxDAV.AddService, MRxDAV.EventLog, System
  46.  
  47. [WebClient.Remove.Services]
  48. DelService = WebClient, 0x204, Application
  49. DelService = MRxDAV, 0x204
  50.  
  51. ; Service Install Sections
  52. ;
  53. [WebClient.AddService]
  54. DisplayName = %WebClient.ServiceDisplayName%
  55. ServiceType = 0x20
  56. StartType = 0x4
  57. ErrorControl = 0x1
  58. Dependencies = MRxDAV
  59. ServiceBinary = %11%\svchost.exe -k LocalService
  60. LoadOrderGroup = NetworkProvider
  61. StartName = "NT AUTHORITY"\LocalService
  62. AddReg = WebClient.ServiceParams
  63. Description = %WebClient.ServiceDescription%
  64.  
  65. [WebClient.EventLog]
  66. AddReg = WebClient.EventLog.AddReg
  67.  
  68. [MRxDAV.AddService]
  69. DisplayName = %MRxDAV.ServiceDisplayName%
  70. ServiceType = 0x2
  71. StartType = 0x3
  72. ErrorControl = 0x1
  73. ServiceBinary = %12%\mrxdav.sys
  74. AddReg = MRxDAV.ServiceParams.Secure,MRxDAV.ServiceParams
  75. Description = %MRxDAV.ServiceDisplayName%
  76.  
  77. [MRxDAV.EventLog]
  78. AddReg = MRxDAV.EventLog.AddReg
  79.  
  80. [WebClient.ServiceParams]
  81. HKR, Parameters, ServiceDll, 0x20000, "%%SystemRoot%%\System32\webclnt.dll"
  82. HKR, Parameters, ServerNotFoundCacheLifeTimeInSec, 0x10003, 0x3c
  83. HKR, Parameters, AcceptOfficeAndTahoeServers, 0x10003, 0
  84. HKR, Parameters, SupportLocking, 0x10003, 1
  85. HKR, Parameters, ServiceDebug, 0x10003, 0
  86. HKR, Parameters, FileSizeLimitInBytes, 0x10003, 0x2faf080
  87. HKR, Parameters, FileAttributesLimitInBytes, 0x10003, 0xf4240
  88. HKR, Parameters, ClientDebug, 0x10003, 0
  89. HKR, NetworkProvider, Name, 0, %NetProviderName%
  90. HKR, NetworkProvider, ProviderPath, 0x20000, "%%SystemRoot%%\System32\davclnt.dll"
  91.  
  92. [WebClient.EventLog.AddReg]
  93. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  94. HKR,,TypesSupported,0x00010001,7
  95.  
  96. [MRxDAV.ServiceParams.Secure]
  97. HKR, EncryptedDirectories
  98.  
  99. [MRxDAV.ServiceParams.Secure.Security]
  100. "D:P(A;;GA;;;SY)"
  101.  
  102. [MRxDAV.ServiceParams]
  103. HKR, Parameters, FileInformationCacheLifeTimeInSec, 0x00010003, 0x3c
  104. HKR, Parameters, FileNotFoundCacheLifeTimeInSec, 0x00010003, 0x3c
  105. HKR, Parameters, NameCacheMaxEntries, 0x00010003, 0x12c
  106. HKR, Parameters, DAVDebugFlag, 0x00010003, 0
  107. HKR, Parameters, UMRxDebugFlag, 0x00010003, 0
  108. HKR, Parameters, CreateRequestTimeoutInSec, 0x00010003, 0x258
  109. HKR, Parameters, CreateVNetRootRequestTimeoutInSec, 0x00010003, 0x3C
  110. HKR, Parameters, QueryDirectoryRequestTimeoutInSec, 0x00010003, 0x258
  111. HKR, Parameters, CloseRequestTimeoutInSec, 0x00010003, 0x258
  112. HKR, Parameters, CreateSrvCallRequestTimeoutInSec, 0x00010003, 0x3C
  113. HKR, Parameters, FinalizeSrvCallRequestTimeoutInSec, 0x00010003, 0x258
  114. HKR, Parameters, FinalizeFobxRequestTimeoutInSec, 0x00010003, 0x258
  115. HKR, Parameters, FinalizeVNetRootRequestTimeoutInSec, 0x00010003, 0x258
  116. HKR, Parameters, ReNameRequestTimeoutInSec, 0x00010003, 0x258
  117. HKR, Parameters, SetFileInfoRequestTimeoutInSec, 0x00010003, 0x258
  118. HKR, Parameters, QueryFileInfoRequestTimeoutInSec, 0x00010003, 0x258
  119. HKR, Parameters, QueryVolumeInfoRequestTimeoutInSec, 0x00010003, 0x258
  120. HKR, Parameters, LockRefreshRequestTimeoutInSec, 0x00010003, 0x258
  121.  
  122. [MRxDAV.EventLog.AddReg]
  123. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  124. HKR,,TypesSupported,0x00010001,7
  125.  
  126.  
  127. [Strings]
  128. Msft = "Microsoft"
  129.  
  130. WebClient.DisplayName = "WebClient"
  131. WebClient.HelpText = "WebClient allows Win32 applications to access documents on the Internet."
  132.  
  133. WebClient.ServiceDisplayName = "WebClient"
  134. WebClient.ServiceDescription  = "Enables Windows-based programs to create, access, and modify Internet-based files. If this service is stopped, these functions will not be available. If this service is disabled, any services that explicitly depend on it will fail to start."
  135.  
  136. NetProviderName = "Web Client Network"
  137.  
  138. MRxDAV.ServiceDisplayName = "WebDav Client Redirector"
  139.  
  140.